home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-09-23 | 2.0 KB | 88 lines |
- ; WINMODEM.INF
- ; Copyright 1995, U.S. Robotics Inc.
- ; This file is the master device information file for the Winmodem
- ; hardware installation.
-
- ; Comment starting with semicolon should not be added at the end of a line.
-
- [version]
- signature="$WINDOWS95$"
-
- Class=Winmodem
- ; install hardware with both port and modem capabilities.
-
- Provider=%USR%
- ; name of the hardware provider
-
- [DestinationDirs]
- ClassInstall.CopyWin=11
- ; SYSTEM subdirectory
-
- ComPort.CopyWin=11,winmodem.101
- ; SYSTEM\winmodem.101 subdirectory
-
- [SourceDisksFiles]
- winmodem.exe=1
- ; Source disk : disk one
-
- winmodem.drv=1
- ; Source disk : disk one
-
- [SourceDisksNames]
- 1="U.S. Robotics Inc. x2 Winmodem Voice",DISK1,2345-16E8
- ; this is the install disk description
-
- ;----------------------------------------------------------
- ; Install class "Winmodem"
- ; Windows will probably use these entries, because the USRProduct class
- ; is not installed.
-
- [ClassInstall]
- CopyFiles=ClassInstall.CopyWin
- AddReg=PortsClass.AddReg
-
- [ClassInstall.CopyWin]
- winmodem.cpl,winmodem.cp_
- ; this file will be copied in the SYSTEM directory
-
- [PortsClass.AddReg]
- HKR,,,,%PortsClassName%
- HKR,,Icon,,2
- HKR,,Installer,,winmodem.cpl
- HKR,,NoUseClass,,1
- HKR,,NoInstallClass,,1
- HKR,,NoDisplayClass,,1
- HKR,,SilentInstall,,1
- HKR,AdditionalIDs,0000,,"ISAPNP\USR1002"
-
- ;----------------------------------------------------------
- ; Drivers
- ; Winmodem hardware declaration
-
- [Manufacturer]
- %Std%=Std
-
- [Std]
- %Winmodem.DeviceDesc% = ComPort,ISAPNP\USR1002
-
- ;----------------------------------------------------------
- ; COM sections
-
- [ComPort]
- CopyFiles=ComPort.CopyWin
- ; copy Winmodem files
-
- [ComPort.CopyWin]
- winmodem.drv,winmodem.dr_
- winmodem.exe,winmodem.ex_
- ; this file will be copied in the SYSTEM\winmodem.101 directory
-
- ;----------------------------------------------------------
- ; User readable strings
- [Strings]
- USR = "U.S. Robotics, Inc."
- Std = "U.S. Robotics, Inc."
- PortsClassName = "Winmodem"
- Winmodem.DeviceDesc ="U.S.Robotics x2 Winmodem Voice"
-
-